﻿.modularTitle
{
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
    font-weight: bold;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    background: url(../Images/modularTitleLine.png) center bottom no-repeat;
}

.modularTitle span
{
    color: #17a0e8
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
.productBox .prodctTypeBox {
    float: left;
    width: 17%;
    border: #e2e2e2 solid 1px;
    overflow: hidden;
    box-sizing: border-box;
}

.productBox .prodctTypeBox .productTypeTitle
{
    height: 70px;
    background-image: linear-gradient(to bottom right, #0d7eb8, #17a0e8);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding-left: 35px;
    padding-top: 25px;
}

.productBox .prodctTypeList 
{
    box-sizing: border-box;
    padding: 20px;
}

.productBox .prodctTypeList li
{
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 0px 5px 20px 5px;
    border-radius: 10px;
    background: #878787;
    display: inline-block;
}

.productBox .prodctTypeList li:hover
{
    background-image: linear-gradient(to bottom right, #fed000, #d4af00);
}

.productBox .prodctTypeList li a
{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
}

.productBox .prodctTypeList li a:hover
{
    /*background: url(../Images/productTypeIcon.png) no-repeat 88% center;*/
}

.productBox .productContact
{
    margin: 0 auto;
    width: 100%;
}

.productBox .productContactBox
{
    padding: 0px 20px 20px 20px;
}

.hotProductBox
{
    width: 100%;
}

.hotProductBox .hotProductTitle
{
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding-left: 60px;
    background: url(../Images/hotProductIcon.png) no-repeat 20px center #f4f4f4;
    font-size: 20px;
    font-weight: bold;
    border-bottom: #17a0e8 solid 2px;
}

.hotProductBox .hotProductTitle a
{
    float: right;
    background: #d5d5d5;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 30px;
}

.productBox .recommendProductList
{
    display: block;
    margin-top: 25px;
}

.recommendProductList li
{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 2%;
}

.recommendProductList li:nth-child(4n)
{
    margin-right: 0px;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    background: #efefef;
}

.recommendProductList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{
    .productBox .prodctTypeBox
    {
        float: none;
        width: 100%;
        border: none;
    }

    .productBox .prodctTypeList
    {
        padding: 0px;
    }

    .productBox .prodctTypeBox .productTypeTitle
    {
        display: none;
    }

    .productBox .prodctTypeList li
    {
        float: left;
        width: 48%;
        margin: 5px 1%;
        border-radius: 35px;
        overflow: hidden;
    }

    .productBox .prodctTypeList li a
    {
        line-height: 35px;
        font-size: 15px;
        padding: 3px 10px; 
    }

    .productBox .prodctTypeList li:nth-child(2n+1)
    {
        clear: both;
    }

    .productBox .productContactBox
    {
        display: none;
    }

    .hotProductBox
    {
        float: none;
        width: 100%;
    }

    .hotProductBox .hotProductTitle
    {
        height: 40px;
        line-height: 40px;
    }

    .hotProductBox .hotProductTitle a
    {
        margin-top: 3px;
        margin-right: 4px;
    }

    .recommendProductList li
    {
        width: 49%;
        margin: 0px 0.5% 2% 0.5%;
    }

    .productBox .recommendProductList
    {
        margin-top: 5px;
    }
}

/*客户需求*/
.demandBox
{
    background: #e7f5fd;
    padding: 80px 0px;
}

.demandBox .demand li
{
    float: left;
    width: 19%;
    margin-right: 1%;
    background: #fff;
}

.demandBox .demand li:last-child
{
    margin-right: 0px;
}

.demandBox .demand li img
{
    width: 100%;
}

.demandBox .demand .demandTitle
{
    font-size: 24px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: bold;
}

.demandBox .demand .demandText
{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 30px;
    height: 40px;
    overflow: hidden;
    color: #777777;
}

@media (max-width: 768px) 
{
    .demandBox
    {
        padding: 1% 0px;
    }

    .demandBox .demand li
    {
        width: 49%;
        margin-bottom: 1%;
    }

    .demandBox .demand li:last-child
    {
        display: none;
    }
}

/*优势*/
.advantageBox
{
    overflow: hidden;
    height: 972px;
    background: url(../Images/advantageBg.jpg) no-repeat center;
}

.advantageBox .advantage li
{
    width: 405px;
    float: left;
    overflow: hidden;
}

.advantageBox .advantage li:nth-child(1), .advantageBox .advantage li:nth-child(2)
{
    margin-top: 80px;
    margin-bottom: 200px;
}

.advantageBox .advantage li:nth-child(2n+1)
{
    margin-left: 10px;
}

.advantageBox .advantage li:nth-child(2n)
{
    margin-left: 545px;
}

.advantageBox .advantage li:nth-child(1)
{
    background: url(../Images/advantageNum1.png) no-repeat;
}

.advantageBox .advantage li:nth-child(2)
{
    background: url(../Images/advantageNum2.png) no-repeat;
}

.advantageBox .advantage li:nth-child(3)
{
    background: url(../Images/advantageNum3.png) no-repeat;
    clear: both;
}

.advantageBox .advantage li:nth-child(4)
{
    background: url(../Images/advantageNum4.png) no-repeat;
}

.advantageBox .advantage li dt
{
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 70px;
}

.advantageBox .advantage li dt span
{
    display: block;
}

.advantageBox .advantage li .advantageSubTitle
{
    font-weight: bold;
}

.advantageBox .advantage li .advantageSubTitle2
{
    color: #444444;
}

.advantageBox .advantage dd
{
    color: #3b3b3b; 
    line-height: 30px;
    margin-top: 20px;
}

.advantageBox .advantage p
{
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../Images/advantageListIcon.png) no-repeat 5px 10px;
}

.advantageBox .advantage dd span
{
    color: #17a0e8;
    font-weight: bold;
}

@media (max-width: 768px) 
{
    .advantageBox
    {
        height: initial;
        background: none;
    }

    .advantageBox .advantage li
    {
        width: 100%;
        float: none;
        padding: 20px 10px;
        background-position: 10px 20px!important;
    }

    .advantageBox .advantage li:nth-child(1), .advantageBox .advantage li:nth-child(2)
    {
        margin: 0px;
    }

    .advantageBox .advantage li:nth-child(2n)
    {
        margin-left: 0px;
        background-color: #f4f4f4;
    }

    .advantageBox .advantage li:nth-child(2n+1)
    {
        margin: 0px;
    }
}

/*工程*/
.projectBox
{
    padding-bottom: 40px;
    background: url(../Images/projectBg.jpg) repeat;
}

.projectBox .modularTitle
{
    margin-top: 0px;
    padding-top: 40px;
}

.projectBox .project
{
    position: relative;
}

.projectBox .swiperBox
{
    overflow: hidden;
}

.projectBox li .item
{
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 6px 6px 12px #cbcbcb;
}

.projectBox .swiper-button-prev
{
    width: 33px;
    height: 61px;
    background: url(../Images/projectLeftIcon.png) no-repeat center;
    position: absolute;
    left: -33px;
    top: 50%;
    filter: alpha(opacity=70);
	opacity: .6;
}

.projectBox .swiper-button-next
{
    width: 33px;
    height: 61px;
    background: url(../Images/projectRightIcon.png) no-repeat center;
    right: -33px;
    top: 50%;
    filter: alpha(opacity=70);
	opacity: .6;
}

.projectBox .imgBox
{
    width: 55%;
    padding-bottom: 37.7%;
    overflow: hidden;
    float: left;
}

.projectBox .projectList dl
{
    float: right;
    width: 43%;
}

.projectBox .projectList li a
{
    color: #000;
}

.projectBox .projectList li dt
{
    font-size: 20px;
    font-weight: bold;
}

.projectBox .projectList li dd
{
    margin-top: 10px;
    line-height: 25px;
}

.projectBox .projectList li .more
{
    color: #17a0e8;
    display: block;
    margin-top: 27px;
}

/*合作伙伴*/
.projectBox .parnerList li
{
    width: 13%;
    float: left;
    margin: 0px 1.5% 20px 0%;
    text-align: center;
    box-shadow: 1px 1px 12px #cbcbcb;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.projectBox .parnerList li:nth-child(7n)
{
    margin-right: 0px;
}

.projectBox .parnerTitle
{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
}

.projectBox .parnerList li img
{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

@media (max-width: 768px) 
{
    .projectBox .swiper-button-next
    {
        right: 0px;
        background-size: 20px;
    }

    .projectBox .swiper-button-prev
    {
        left: 0px;
        background-size: 20px;
    }

    .projectBox li .item
    {
        padding: 10px;
    }

    .projectBox .projectList dl
    {
        width: 100%;
        float: none;
        text-align: center;
    }

    .projectBox .projectList li dt
    {
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
    }

    .projectBox .projectList li dd
    {
        display: none;
    }

    .projectBox .imgBox
    {
        width: 100%;
        padding-bottom: 65.7%;
        float: none;
    }

    .projectBox .parnerList li
    {
        width: 31%;
        margin: 0px 1.1% 20px 1.1%;
    }

    .projectBox .parnerList li:nth-child(7n)
    {
        margin-right: 1.1%;
    }
}

/*首页关于我们*/
.aboutBox
{
    background: url(../Images/aboutBg1.jpg) repeat;
}

.aboutBox .modularTitle
{
    margin-top: 0px;
    padding-top: 60px;
}

.aboutBox .aboutContent
{
    float: left;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    background: url(../Images/aboutTitleBg.png) no-repeat;
}

.aboutBox .companyName
{
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 50px;
    color: #333333;
}

.aboutBox .aboutCompanyNameText
{
    color: #17a0e8;
    margin-top: 10px;
    font-size: 18px;
    margin-left: 50px;
    background: url(../Images/aboutCompanyNameTextBg.png) no-repeat 0px bottom;
}

.aboutBox hr
{
    margin-top: 10px;
    color: #725223;
    width: 70px;
    margin-left: 50px;
}

.aboutBox .text
{
    color: #666666;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
    margin-top: 35px;
}

.aboutBox .aboutElse
{
    height: 90px;
    background: #fff;
    padding-top: 10px;
    box-sizing: border-box;
}

.aboutBox .aboutElse li
{
    float: left;
    margin-right: 50px;
}

.aboutBox .aboutElse img
{
    float: left;
    margin-right: 10px;
}

.aboutBox .aboutElse span
{
    float: left;
    display: block;
    margin-top: 3px;
}

.aboutBox .aboutBottom
{
    height: 170px;
    background: url(../Images/aboutBottom.jpg) repeat;
    margin-top: -58px;
    z-index: 0;
    position: relative;
}

.aboutBox .bigText
{
    color: #dab96a;
    font-size: 60px;
    font-weight: bold;
    margin: 15px 0px;
}

.aboutBox .aboutBottom .main > div
{
    display: inline-block;
}

.aboutBox .aboutBottom .service
{
    margin-left: 190px;
}

.aboutBox .smallText
{
    color: #323232;
}

.aboutBox .aboutImg
{
    float: right;
    width: 50%;
    z-index: 1;
    position: relative;
}

.aboutBox .aboutImg img
{
    width: 100%;
    box-shadow: -18px 18px 0px #17a0e8;
}

@media (max-width: 768px)
{
    .aboutBox
    {

    }

    .aboutBox .modularTitle
    {
        padding-top: 0px;
    }

    .aboutBox .aboutContent
    {
        float: none;
        width: 100%;
        padding: 10px;
        background-position: 10px 10px;
    }

    .aboutBox .aboutImg
    {
        float: none;
        width: 100%;
    }

    .aboutBox .aboutImg img
    {
        box-shadow: none;
    }

    .aboutBox .aboutElse li
    {
        width: 50%;
        margin-right: 0px;
        padding-left: 10%;
        margin-bottom: 10px;
    }

    .aboutBox .aboutBottom
    {
        display: none;
    }

    .honorBox {
        margin-top: 10px;
    }
}

/*荣誉证书*/
.honorBox
{
    margin-top: 60px;
    overflow: hidden;
}

.honor {
    position: relative;
}

.honorList li
{
    float: left;
}

.honorList .imgBox
{
    width: 100%;
    padding-bottom: 120%;
    overflow: hidden;
    position: relative;
}

.honorList .imgBox img
{
    z-index: 1;
}

.honorList li .title {
    line-height: 30px;
    display: block;
    text-align: center;
}

.honorBox .swiperBox {
    overflow: hidden;
}

.honorBox .swiper-button-next
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2317a0e8'%2F%3E%3C%2Fsvg%3E");
}

.honorBox .swiper-button-prev
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2317a0e8'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768px) 
{
    .honorList li 
    {
        width: 48%;
    }

    .honorList li:nth-child(2n)
    {
        clear: both;
    }
}

/*订购*/
.buyBox
{
    margin-top: 60px;
    height: 619px;
    background: url(../Images/addOrder.jpg) center no-repeat;
}

.buyBox .modularTitle
{
    display: none;
}

.buyBox .leaveBox
{
    width: 387px;
    float: right;
    margin-right: 125px;
    margin-top: 125px;
}

.buyBox .leaveBox .text
{
    font-size: 18px;
}

.buyBox .leaveBox input
{
    width: 100%;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 5px;
}

.buyBox .leaveBox .content
{
    width: 100%;
    margin-top: 20px;
    height: 150px;
    border: #c5c5c5 solid 1px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 5px;
}

.buyBox .leaveBox .submit
{
    background: #17a0e8;
    color: #fff;
    text-align: center;
    border: none;
}

@media (max-width: 768px) 
{
    .buyBox
    {
        margin-top: 10px;
        height: initial;
        background: none;
        padding: 20px;
        background-color: #f4f4f4;
    }

    .buyBox .modularTitle
    {
        display: block;
    }

    .buyBox .leaveBox
    {
        width: 95%;
        margin-right: 0px;
        margin-top: 10px;
        margin: 0 auto;
        float: none;
    }
    .buyBox .leaveBox .text 
    {
        font-size: 14px;
        color: #17a0e8;
    }
}

/*新闻*/
.newsBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.newsBox .newsList li.item
{
    float: left;
    width: 32.5%;
    box-sizing: border-box;
    background: #f9f9f9;
    margin-right: 1%;
    padding: 30px;
    position: relative;
    box-shadow: 6px 6px 12px #cbcbcb;
}

.newsBox .newsList li.item .more
{
    display: inline-block;
    color: #989898;
    position: absolute;
    top: 34px;
    right: 37px;
}

.newsBox .newsList li.item:last-child
{
    margin-right: 0px;
}

.newsBox .item dt
{
    font-size: 18px;
    color: #333333;
    padding-left: 35px;
    background: url(../Images/newsIcon.png) no-repeat;
    border-bottom: #d8d8d8 solid 1px;
    padding-bottom: 20px;
}

.newsBox .news li
{
    height: 20px;
    overflow: hidden;
    margin-top: 20px;
    background: url(../Images/newsListIcon.png) no-repeat 0px center;
    box-sizing: border-box;
    padding-left: 15px;
    text-overflow :ellipsis;
    white-space :nowrap;
}


@media (max-width: 768px) 
{
    .newsBox
    {
        
    }

    .newsBox .newsList li.item 
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

/*视频中心*/
.videoBox .videoList li
{
    float: left;
    width: 24%;
    margin: 0 0.5%;
}

.videoBox .videoList video
{
    background: #000;
    width: 100%;
    height: 250px;
}

.videoBox .videoList span
{
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #2c2c2c;
}

@media (max-width: 768px)
{
    .videoBox .videoList li
    {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
}


/*友情链接*/
.friendShipBox
{
    background-image: linear-gradient(to bottom right, #535353, #434343);
    margin-top: 60px;
}

.friendShipBox .main
{
    position: relative;
}

.friendShipBox .friendShipTitle
{
    width: 160px;
    height: 90px;
    background: #17a0e8;
    box-sizing: border-box;
    padding-left: 38px;
    padding-top: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.friendShipBox .friendShipTitle span
{
    display: block;
    font-weight: bold;
    color: #fff;
}

.friendShipBox .friendShipTitle span:nth-child(1)
{
    font-size: 16px;
}

.friendShipBox .friendShipTitle span:nth-child(2)
{
    font-size: 20px;
}

.friendShipBox .friendShipList
{
    padding-left: 200px;
    min-height: 90px;
}

.friendShipBox .friendShipList li
{
    line-height: 90px;
    float: left;
    padding: 0px 25px;
}

.friendShipBox .friendShipList a
{
    color: #c3c3c3;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}